home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 696
- Height = 480
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 64
- Top = 40
- Width = 145
- Height = 25
- Caption = 'Put memo below'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 488
- Top = 64
- Width = 185
- Height = 89
- Lines.Strings = (
- 'Memo1')
- TabOrder = 1
- OnChange = Memo1Change
- end
- object Button2: TButton
- Left = 384
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Button2'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-